home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
c't freeware shareware 1999 February
/
CT_SW9902.ISO
/
mac
/
software
/
wissen
/
daten
/
gnuplot.hqx
/
gnuplot.2.0b4
/
Interapplication
/
C Examples
/
About gnuplot example code
next >
Wrap
Text File
|
1997-04-27
|
786b
|
22 lines
The gnuplotInterface.c code should be considered example code
instead of production-quality interface routines. The routines have been
tested and seem to work well.
The demo application simply exercises the currently available
'C' interfact to gnuplot. It will initally prompt for a text file
to execute and then plot the file by itself, with data from the clipboard,
and with static data embedded in the program. Make sure that data is on the
clipboard before running the program.
The 'wacky console" is a quick hack that uses the C standard i/o routines to
send commands to gnuplot.
Please pass along comments and suggestions.
If things don't work, make sure that you are passing the correct
end-of-line characters to gnuplot. See the wacky console project for
details.